DIFFEQ
Source Files
Modules
Procedures
Derived Types
ode_jacobian
Interface
20 statements
Source File
diffeq_base.f90
diffeq_base
ode_jacobian
Contents
None
interface
public pure subroutine ode_jacobian(x, y, jac)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=real64),
intent(in)
::
x
real(kind=real64),
intent(in),
dimension(:)
::
y
real(kind=real64),
intent(out),
dimension(:,:)
::
jac